home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / PALEDIT- / SOURCE / DFP_PROT.H < prev    next >
Text File  |  1990-04-13  |  404b  |  33 lines

  1. int DFPgetpal(
  2.     char *filename,
  3.     char *palette);
  4.  
  5. int DFPputpal(
  6.     char *filename,
  7.     char *palette,
  8.     int overwrite,
  9.     char *filemode);
  10.  
  11. int DFPaddpal(
  12.     char *filename,
  13.     char *palette);
  14.  
  15. int DFPnpals(
  16.     char *filename);
  17.  
  18. int DFPreadref(
  19.     char *filename,
  20.     uint16 ref);
  21.  
  22. int DFPwriteref(
  23.     char *filename,
  24.     uint16 ref);
  25.  
  26. int DFPrestart(void);
  27.  
  28. int DFPlastref(void);
  29.  
  30. DF *DFPIopen(
  31.     char *filename,
  32.     int access);
  33.